Install a Default RC file that sets the tooltips color to yellow. (#58542)
authorOwen Taylor <otaylor@redhat.com>
Thu, 31 Jan 2002 22:05:38 +0000 (22:05 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 31 Jan 2002 22:05:38 +0000 (22:05 +0000)
Thu Jan 31 14:50:16 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkrc.default gtk/Makefile.am: Install a Default
        RC file that sets the tooltips color to yellow. (#58542)

        * gtk/gtksettings.c (gtk_settings_class_init): make
        the default theme "Default", not NULL.

gtk/gtkrc.default [new file with mode: 0644]

diff --git a/gtk/gtkrc.default b/gtk/gtkrc.default
new file mode 100644 (file)
index 0000000..9971dbd
--- /dev/null
@@ -0,0 +1,9 @@
+#
+# This theme is the default theme if no other theme is selected.
+#
+style "gtk-default-tooltips-style" {
+  bg[NORMAL] = "#ffffc0"
+  fg[NORMAL] = "#000000"
+}
+
+widget "gtk-tooltips" style "gtk-default-tooltips-style"